Client-Side API Reference > FlexSheet > wijmo.grid.sheet > RowColumnChangedEventArgs Class |
constructor(index: number, count: number, isAdd: boolean): RowColumnChangedEventArgs
Initializes a new instance of the UnknownFunctionEventArgs class.
The start index of the changed rows or columns.
The added or removed count of the rows or columns.
The value indicates the event is for adding ot removing rows or columns.
Provides a value to use with events that do not have event data.
Provides arguments for rows or columns changed events.